ArcPad Preferences File Schema
TABBAR Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element > DISPLAY Element : TABBAR Element

Glossary Item Box

Diagram

TABBAR Element

Overview

applicationbutton optional Restriction of xs:string
dock optional xs:string
selector optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
applicationbuttonRestriction of xs:stringoptionalfalse  
dockxs:stringoptionaltop  
selectorRestriction of xs:stringoptionalfalse  

Source

<xs:element name="TABBAR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute default="false" name="applicationbutton">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="top" name="dock" type="xs:string" />
    <xs:attribute default="false" name="selector">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.